dotnetCHARTING Send comments on this topic.
GetSurfaceData(Generic List,Generic List) Method
See Also 
dotnetCHARTING Namespace > SeriesCollection Class > GetSurfaceData Method : GetSurfaceData(Generic List,Generic List) Method


xLabels
A string list representing the x axis Element names that can be mapped to the x axis on the surface chart. The index of the array corresponds to the x axis values.
yLabels
A string list representing the y axis Series names that can be mapped to the y axis on the surface chart. The index of the array corresponds to the y axis values.
Returns a series with surface data for this SeriesCollection when the elements in this series use names for x axis values.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetSurfaceData( _
   ByRef xLabels As List, _
   ByRef yLabels As List _
) As Series
Visual Basic (Usage)Copy Code
Dim instance As SeriesCollection
Dim xLabels As List
Dim yLabels As List
Dim value As Series
 
value = instance.GetSurfaceData(xLabels, yLabels)
C# 
public Series GetSurfaceData( 
   out List xLabels,
   out List yLabels
)

Parameters

xLabels
A string list representing the x axis Element names that can be mapped to the x axis on the surface chart. The index of the array corresponds to the x axis values.
yLabels
A string list representing the y axis Series names that can be mapped to the y axis on the surface chart. The index of the array corresponds to the y axis values.

Return Value

A series with surface data.

See Also

© 2021 All Rights Reserved.